home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00549.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  187 b   |  13 lines

  1. on voice
  2.   global v
  3.   set v to random(2)
  4.   if v = 1 then
  5.     puppetSound(7, 0)
  6.     puppetSound(7, 547)
  7.   end if
  8.   if v = 2 then
  9.     puppetSound(7, 0)
  10.     puppetSound(7, 548)
  11.   end if
  12. end
  13.